You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
Math387 Class
>
Math387 Methods
>
Pythag Method
>
Math387.Pythag Method ([In] double, [In] double)
Dew Math for .NET
Math387.Pythag Method ([In] double, [In] double)
Math387 Class
Math387 Members
Dew.Math.Units Namespace
Pythag Method
See Also
Collapse All
The Pythagora formula.
Syntax
C#
Visual Basic
public
static
double
Pythag
([In]
double
X
, [In]
double
Y
);
Public
static
Sub
Pythag
(
X
As
[In]
double
,
Y
As
[In]
double
)
Returns
the
Sqrt
(X*X + Y*Y)
.
See Also
Norm
Group
Pythag Method
Links
Math387 Class
,
Math387 Members
,
Dew.Math.Units Namespace
,
Pythag Method
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!